WRITE INI CS VALUES
This command writes the contents of an integer or string array to an ini file key. The values are separated by commas.

ARGUMENTS:
* Array() = a string or integer array
* Ini Number = number that identifies the INI file (1 to 256)
* Section Name = name of the section
* Key Name = name of the key


SYNTAX
WRITE INI CS VALUES Array(),Ini Number,Section Name,Key Name


RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File